---
title: "Withdraw payout balance to PayPal or Venmo"
method: POST
path: "/user/{id|username}/payouts"
tags: ["users"]
---

# Withdraw payout balance to PayPal or Venmo

`POST /user/{id|username}/payouts`

Warning: certain amounts get withheld for fees. Please do not call this API endpoint without first acknowledging the warnings on the corresponding frontend page.

## Query parameters

- `amount` integer, required

## Response `204`

Expected response to a valid request

## Other responses

- `401` — Incorrect token scopes or no authorization to access the requested item(s)
- `404` — The requested item(s) were not found or no authorization to access the requested item(s)

---

[API](https://skmtc.net/modrinth/apis/labrinth.md) · [All operations](https://skmtc.net/modrinth/apis/labrinth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/modrinth/labrinth/versions/439f357e772d/schema)
